Skip to main content
Version: 2026.04

MCP Service

The Istari Digital MCP Service exposes the Istari Digital Platform to LLM-powered tools through the Model Context Protocol. Once connected, an MCP-compatible client (Claude Desktop, Cursor, and others) can search the platform's API surface and execute calls on behalf of the authenticated user — to summarize systems, run jobs, query metadata, or drive other automations from chat.

Key features

  • Hosted endpoint, no install. Connect clients to https://mcp.dev2.istari.app/mcp/. Authentication is a Personal Access Token from Settings > Developer Settings.
  • Two tools, broad surface coverage. search discovers available API methods and parameters; execute runs Python expressions against Resources, Jobs, Systems, Access, Agents, Users, and Storage.
  • Same authorization as the UI. Calls execute under the user identified by the PAT — permissions, control tags, and infosec levels are enforced server-side.

What's in this section

PageWhat it covers
Quick startConnect Claude Desktop (or another MCP client) to the Istari Digital MCP service, including authentication and the legal disclaimer for LLM integration.
API referenceThe search and execute tools, supported domains, and a typical search → execute workflow.
caution

Connecting Istari Digital data to an external LLM carries data-handling implications. Read the Legal Disclaimer on the Quick start page before integrating with a production LLM.